home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / sticpsrc.lzh / SOURCE.ARC / LB < prev    next >
Encoding:
Text File  |  1990-01-13  |  110 b   |  5 lines

  1. # Create Turbo C library
  2. echo -O=$* >$TMPDIR\lib.nms
  3. c:\tc\tlink -B -C=$TMPDIR\lib.nms
  4. rm $TMPDIR\lib.nms
  5.